Change font_add_log to FONT_ADD_LOG.
authorKenichi Handa <handa@m17n.org>
Tue, 23 Jun 2009 05:49:16 +0000 (05:49 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 23 Jun 2009 05:49:16 +0000 (05:49 +0000)
src/w32uniscribe.c

index f865c1abfd08a230bedf3cab5f495b42d2ba7acc..9e75b671616f95e2e68cc65d1ad8928943a944a8 100644 (file)
@@ -78,7 +78,7 @@ uniscribe_list (frame, font_spec)
      Lisp_Object frame, font_spec;
 {
   Lisp_Object fonts = w32font_list_internal (frame, font_spec, 1);
-  font_add_log ("uniscribe-list", font_spec, fonts);
+  FONT_ADD_LOG ("uniscribe-list", font_spec, fonts);
   return fonts;
 }
 
@@ -87,7 +87,7 @@ uniscribe_match (frame, font_spec)
      Lisp_Object frame, font_spec;
 {
   Lisp_Object entity = w32font_match_internal (frame, font_spec, 1);
-  font_add_log ("uniscribe-match", font_spec, entity);
+  FONT_ADD_LOG ("uniscribe-match", font_spec, entity);
   return entity;
 }